home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / disk / cdrom / scriptfile15.lha / scriptfile15 / english / Install.english < prev    next >
Encoding:
Text File  |  1994-05-31  |  485 b   |  21 lines

  1. Echo "*E[1mScriptFile 1.5 Installation Procedure*E[0m*n"
  2. Ask "Continue (y/n)?"
  3.  
  4. If NOT WARN
  5.   Echo "*nINSTALLATION ABORTED!"
  6.   Quit
  7. Endif
  8.  
  9.  
  10. Echo "*nCopying *"ScriptFile*" to *"SYS:WBStartup/*""
  11. Copy ScriptFile TO SYS:WBStartup/
  12. Copy ScriptFile.info TO SYS:WBStartup/
  13.  
  14.   Echo "Copying *"sf_def.info*" to *"S:*""
  15.   Copy def_sf.info TO s:
  16.  
  17.  
  18. Echo "INSTALLATION COMPLETED!"
  19. Echo "*nNow copy nun *"English/ScriptFile.guide*" wherever you want,"
  20. Echo "then press CTRL-A-A to run ScriptFile."
  21.